[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   Description: Find a free screen handle
Mapped Command:
FUNCTION __UnusedScreen(label)
   local n
   for n := 1 to MaxScreens
      if empty(_screens_[n,6])
         retu(n)
      endif                                      // if _handles_[n,8] := object
   next                                          // for n := 1 to MaxHandles
RETURN(0)

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson